home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / ea2.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  3.8 KB  |  102 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.     <head>
  5.         <meta http-equiv="MSThemeCompatible" content="yes" />
  6.         <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  7.             <script src="ccc.js"></script>
  8.             <script language="javascript">
  9.             <!--
  10.             function OnTxtFieldChanging()
  11.             {
  12.                 var oAct = document.getElementById("txtActivationCode");
  13.  
  14.                 if (oAct != null)
  15.                     location = "pcucmd://StoreParam?activationcode=" + oAct.value;
  16.  
  17.                 var bEnable = false;
  18.                 if (oAct != null &&
  19.                     ValidateActCode(oAct.value))
  20.                 {
  21.                     location="pcucmd://CanContinue?enable=true";
  22.                     bEnable = true;
  23.                 }
  24.                 if (!bEnable)
  25.                 {
  26.                     location="pcucmd://CanContinue?enable=false";
  27.                 }
  28.                 var strSerial = getParamVal("serial");
  29.                 if (strSerial != "")
  30.                 {
  31.                     location = "pcucmd://StoreParam?key=" + strSerial;
  32.                 }
  33.             }
  34.             function OnConnect()
  35.             {
  36.                 location="pcucmd://Connect";
  37.                 location="pcucmd://Activate?admin=yes&condition=yes";
  38.                 location="pcucmd://Next?condition=true";
  39.             }
  40.             function OnPhone()
  41.             {
  42.                 location="pcucmd://SetSequence?name=ExActOffline";
  43.             }
  44.             -->
  45.             </script>
  46.     </head>
  47.     <body onload="location='pcucmd://FrameDataLoaded'" tabindex="-1">
  48.         <div id="pcu_data" style="DISPLAY: none">
  49.             PageDimension:630,440
  50.         </div>
  51.         <div id="ButtonBar" style="display:none">
  52.             <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  53.                 <tr>
  54.                     <td align="right">
  55.                         <button accesskey="B" type="button" id="btnBack" name="btnBack" onclick="location='pcucmd://SetLastSequence/'">< <u>B</u>ack</button>
  56.                         <button accesskey="O" type="submit" id="btnContinue" name="btnContinue" disabled="true" onclick="window.focus(); event.srcElement.focus(); OnUnlock();">C<u>o</u>ntinue</button>
  57.                         <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Cancel/'"><u>C</u>ancel</button>
  58.                     </td>
  59.                 </tr>
  60.             </table>
  61.         </div>
  62.         <br />
  63.         Choose the appropriate option below:
  64.         <br />
  65.         <br />
  66.         <table style="width: 100%" cellpadding="0" cellspacing="0">
  67.             <tr style="vertical-align:top">
  68.                 <td style="padding: 10px; width: 33%; border-right-width:thin; border-right-color:Silver; border-right-style:solid">
  69.                     <p><B>Connect to Internet?</B></p>
  70.                     <p>Connect to the Internet to activate your product. 
  71.                     Corel Account sign-in may be required.</p>
  72.                 </td>
  73.                 <td style="padding:10px; width:33%; border-right-width:thin; border-right-color:Silver; border-right-style:solid;">
  74.                     <p><B>Working off-line?</B></p>
  75.                     <p>Contact a Corel Customer Service representative in your area to activate the product.</p>
  76.                 </td>
  77.                 <td style="width: 34%; vertical-align:baseline; padding: 10px">
  78.                     <p><B>Already have an activation code?</B></p>
  79.                     <p>Enter your Activation code below and choose continue to proceed.</p>
  80.                 </td>
  81.             </tr>
  82.             <tr>
  83.                 <td style="border-right: silver thin solid; vertical-align: baseline; width: 33%">
  84.                     <p align="center">
  85.                     <button accesskey="N" type="button" ID="btnConnect" NAME="btnConnect" onclick="OnConnect()">Co<u>n</u>nect</button>
  86.                     </p>
  87.                 </td>
  88.                 <td style="border-right: silver thin solid; vertical-align: baseline; width: 33%">
  89.                     <p align="center">
  90.                     <button accesskey="P" type="button" ID="btnPhone" NAME="btnPhone" onclick="OnPhone()"><u>P</u>hone Corel</button>
  91.                     </p>
  92.                 </td>
  93.                 <td style="vertical-align: baseline">
  94.                     <p align="center">
  95.                     <input type="text" style="margin-left:5px; margin-right:5px; width:100%" id="txtActivationCode" onkeyup="OnTxtFieldChanging()" />
  96.                     </p>
  97.                 </td>
  98.             </tr>
  99.         </table>
  100.     </body>
  101. </html>
  102.